Home > biomechZoo > Toolbox > Support Functions > uigetfolder.m

uigetfolder

PURPOSE ^

UIGETFOLDER(title, initial_path) Standard Windows browse for folder dialog box.

SYNOPSIS ^

function folder = uigetfolder(title, initial_path)

DESCRIPTION ^

 UIGETFOLDER(title, initial_path)  Standard Windows browse for folder dialog box.

   folder = uigetfolder(title, initial_path)

   Output: folder       = selected folder (empty string if dialog cancelled)
   Inputs: title        = title string (OPTIONAL)
           initial_path = initial path (OPTIONAL, defaults to PWD)

   Examples:   folder = uigetfolder                          - default title and initial path
               folder = uigetfolder('Select results folder') - default initial path
               folder = uigetfolder([], 'C:\Program Files')  - default title

   See also UIGETFILE, UIPUTFILE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005